home *** CD-ROM | disk | FTP | other *** search
/ The Utilities Experience / The Utilities Experience - Volume 1.iso / software / workbench+shell / q-z / starter / installation < prev    next >
Encoding:
Text File  |  1996-02-23  |  1.2 KB  |  51 lines

  1.       (welcome "Welcome to the 'Starter' Installation!\n\nIt copies all neccessary files to\nthe right places.")
  2.  
  3.       (copyfiles
  4.            (prompt "Kopiere 'Close_Starter' in die\nWB-Startup Schublade (Nötig!)")
  5.            (source "wbstartup/Close_Starter")
  6.            (dest "sys:WBStartup/")
  7.            (confirm)
  8.            (infos)
  9.            (help @copyfiles-help)
  10.       )
  11.  
  12.       (complete 25)
  13.  
  14.       (copyfiles
  15.     (prompt "Soll die spezielle 'system-configuration'\nkopiert werden? (Empfohlen!)")
  16.     (source "devs/system-configuration")
  17.     (dest "devs:")
  18.     (confirm)
  19.     (help @copyfiles-help)
  20.       )
  21.  
  22.       (complete 50)
  23.  
  24.       (copylib
  25.           (prompt "Kopiere 'Starter' nach c:")
  26.           (help @copylib-help)
  27.           (source "c/Starter")
  28.           (dest "C:")
  29.       )
  30.  
  31.       (copylib
  32.           (prompt "Kopiere Library")
  33.           (help @copylib-help)
  34.           (source "libs/amos.library")
  35.           (dest "libs:")
  36.       )
  37.  
  38.       (copyfiles
  39.            (prompt "Verdopple startup-sequence ")
  40.            (source "s:startup-sequence")
  41.            (help @copyfiles-help)
  42.            (dest "s:startup-seq")
  43.            (confirm)
  44.       )
  45.  
  46.       (complete 100)
  47.  
  48.       (exit "Jetzt wie in der Anleitung beschrieben\ndie beiden 'Startup'-files ändern!")
  49.  
  50.  
  51.